.alert-bar {
  display: none;
}

.alert-bar.show-alert {
  display: block;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 8px solid #0870d8;
  border-top:0;
  border-right:0;
  border-left:0;
  border-radius:0;

}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .alert-bar.show-alert{
  top: 6rem;
  z-index: 99999;
  }
}

.alert-temp {
  background-color: #f0f3f7 !important;
  color: black !important;
  width:100%;
  padding: 5px 10px 10px 10px;
}

.alert-content {
  margin: 0;
  text-align: center;
  width:100%;
}

.alert-msg .alert-content .info-header{
  font-weight: lighter;
  margin-bottom: 0;
}

.alert-msg .alert-content .info-para{
  font-size: 1.25rem; 
  color: #171414;
  margin-bottom: 0;
}

.alert-msg .alert-content .info-cta{
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: #0870d8;
}

.alert-msg {
  display: flex !important;
}

.alert-bar-close{
  /*margin-left: 15px;*/
  color: black !important;
  font-weight: bold;
  float: right;
  font-size: 32px;
  line-height: 20px;
  cursor: pointer !important;
  transition: 0.3s;
  position: absolute;
  right: 28px;
}

@media only screen and (max-width: 1240px) {
  .alert-bar-close {
    right: 0;
  }
} 

.alert-bar-close:hover {
  font-size: 44px !important;
}
